From: Glenn Morris Date: Mon, 6 Jul 2009 00:50:51 +0000 (+0000) Subject: (ffap): Remove defunct URL from custom group. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11647 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1c86b45c084ad9d0806caf7900c87f3e66e0bca7;p=emacs.git (ffap): Remove defunct URL from custom group. --- diff --git a/lisp/ffap.el b/lisp/ffap.el index 7c741116e09..6aa6913dbed 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -110,7 +110,8 @@ (defgroup ffap nil "Find file or URL at point." - :link '(url-link :tag "URL" "ftp://ftp.mathcs.emory.edu/pub/mic/emacs/") + ;; Dead 2009/07/05. +;; :link '(url-link :tag "URL" "ftp://ftp.mathcs.emory.edu/pub/mic/emacs/") :group 'matching :group 'convenience)